home *** CD-ROM | disk | FTP | other *** search
- object SettingsForm: TSettingsForm
- Left = 409
- Top = 216
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Settings'
- ClientHeight = 93
- ClientWidth = 162
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 25
- Top = 12
- Width = 31
- Height = 13
- Alignment = taRightJustify
- Caption = 'Width:'
- end
- object Label2: TLabel
- Left = 22
- Top = 36
- Width = 34
- Height = 13
- Alignment = taRightJustify
- Caption = 'Height:'
- end
- object CustomBoxLine: TBevel
- Left = -4
- Top = 58
- Width = 169
- Height = 2
- Shape = bsTopLine
- end
- object WidthBox: TEdit
- Left = 67
- Top = 8
- Width = 57
- Height = 21
- MaxLength = 3
- TabOrder = 0
- Text = '12'
- end
- object HeightBox: TEdit
- Left = 67
- Top = 32
- Width = 57
- Height = 21
- MaxLength = 3
- TabOrder = 1
- Text = '12'
- end
- object WUpDown: TUpDown
- Left = 124
- Top = 8
- Width = 12
- Height = 21
- Associate = WidthBox
- Min = 8
- Max = 48
- Position = 12
- TabOrder = 2
- Wrap = False
- end
- object HUpDown: TUpDown
- Left = 124
- Top = 32
- Width = 12
- Height = 21
- Associate = HeightBox
- Min = 8
- Max = 48
- Position = 12
- TabOrder = 3
- Wrap = False
- end
- object ok: TButton
- Left = 83
- Top = 66
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object CancelButton: TButton
- Left = 3
- Top = 66
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-